Skip to main content

FlowStarterPosition Constructors

An object defining constructors for the FlowStarterPosition class.

FlowStarterPosition(name, workflowData, workflowCodeInstance)

Constructor for the FlowStarterPosition class. Initializes a new instance of the FlowStarterPosition class.

Parameters:

name (required): string
The name of the flow object.

workflowData (required): IRuntimeWorkflowData
The workflow data associated with the flow object.

workflowCodeInstance (optional): IWorkflowCode
The optional workflow code instance.


FlowStarterPosition(name,workflowData,workflowCodeInstance)

Initializes a new instance of the FlowStarterPosition class with a name, workflow data, and workflow code instance.

Parameters:

name (required): string
The name of the starter position.

workflowData (required): IRuntimeWorkflowData
The runtime workflow data.

workflowCodeInstance (optional): IWorkflowCode
The workflow code instance to use.


FlowStarterPosition(name,workflowData,workflowCodeInstance)

Initializes a new instance of the FlowStarterPosition class.

Parameters:

name (required): string
The name of the workflow object.

workflowData (required): IRuntimeWorkflowData
The runtime workflow data.

workflowCodeInstance (optional): IWorkflowCode
The workflow code instance.